Update configuration patch
authorGert Wollny <gw.fossdev@gmail.com>
Sun, 3 Jul 2016 13:10:35 +0000 (13:10 +0000)
committerGert Wollny <gw.fossdev@gmail.com>
Sun, 3 Jul 2016 13:10:35 +0000 (13:10 +0000)
debian/patches/04_Fixed-OFoptional-by-introducing-OFalign.patch

index 9309cecb4893ea16423c83ed7809325acec21125..c03769dce900c9a10ae712d23c72643a1ae2250a 100644 (file)
@@ -155,28 +155,6 @@ Subject: [PATCH] Fixed OFoptional by introducing OFalign?
  CFLAGS="$DEBUGCFLAGS $CFLAGS"
  CXXFLAGS="$DEBUGCXXFLAGS $CXXFLAGS"
  
---- a/config/include/dcmtk/config/osconfig.h.in
-+++ b/config/include/dcmtk/config/osconfig.h.in
-@@ -92,6 +92,9 @@
- /* Define if __attribute__((aligned)) is available */
- #undef HAVE_ATTRIBUTE_ALIGNED
-+/* Define if __attribute__((aligned)) is available */
-+#undef HAVE_ATTRIBUTE_ALIGNED
-+
- /* Define to 1 if you have the `bcmp' function. */
- #undef HAVE_BCMP
-@@ -286,6 +289,9 @@
- /* Define if __alignof__ is available */
- #undef HAVE_GNU_ALIGNOF
-+
-+/* Define if __alignof__ is available */
-+#undef HAVE_GNU_ALIGNOF
- /* Define to 1 if you have the <grp.h> header file. */
- #undef HAVE_GRP_H
 --- a/ofstd/tests/toption.cc
 +++ b/ofstd/tests/toption.cc
 @@ -17,6 +17,11 @@